home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / postgame.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  194 b   |  12 lines

  1. global gFrame
  2.  
  3. on mouseDown
  4.   set pressedBtn to hBtnToggle(15, 39, 43)
  5.   if pressedBtn = 1 then
  6.     if the frame < 85 then
  7.       set gFrame to the frame
  8.       go("help")
  9.     end if
  10.   end if
  11. end
  12.